type crypto/elliptic.unmarshaler
4 uses
crypto/elliptic (current package)
elliptic.go#L139: type unmarshaler interface {
elliptic.go#L145: var _ = []unmarshaler{p224, p256, p384, p521}
elliptic.go#L154: if c, ok := curve.(unmarshaler); ok {
elliptic.go#L181: if c, ok := curve.(unmarshaler); ok {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)